services.podman.containers.<name>.addCapabilities

The capabilities to add to the container.

Type
list of string
Default
[ ]
Example
[
  "CAP_DAC_OVERRIDE"
  "CAP_IPC_OWNER"
]
Declared
<home-manager/modules/services/podman/linux/containers.nix>